projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bfd0c4
)
(mark_kboards): Mark Vlast_prefix_arg too.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Jun 1998 22:32:47 +0000
(22:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Jun 1998 22:32:47 +0000
(22:32 +0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 62687f732d522d902a48f981a0fd4447c161bde9..0030de4842c30c11c3c775ac837f812698f4b40b 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-2346,6
+2346,7
@@
mark_kboards ()
mark_object (&kb->Vlast_command);
mark_object (&kb->Vreal_last_command);
mark_object (&kb->Vprefix_arg);
+ mark_object (&kb->Vlast_prefix_arg);
mark_object (&kb->kbd_queue);
mark_object (&kb->defining_kbd_macro);
mark_object (&kb->Vlast_kbd_macro);